home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.C0.0001 < prev    next >
Encoding:
Text File  |  1988-11-20  |  1.1 KB  |  32 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. File Type:         $C0 (192)
  8. Auxiliary Type:    $0001
  9.  
  10. Full Name:     Packed Apple IIGS Super Hi-Res Image File
  11. Short Name:    Packed Super Hi-Res Image
  12.  
  13. Written by:    Matt Deatherage                                  November 1988
  14.  
  15. Files of this type and auxiliary type contain a packed Apple IIGS Super Hi-Res 
  16. screen image.
  17. _____________________________________________________________________________
  18.  
  19. Files of type $C0 and auxiliary type $0001 contain a packed Apple IIGS Super 
  20. Hi-Res screen image, which is created by passing the entire 32K Super Hi-Res 
  21. screen area, including the scan line control bytes (SCB) and color tables, 
  22. through the PackBytes routine.
  23.  
  24. If you restore a file of this type to its original 32K size with UnPackBytes, 
  25. you can save the unpacked data to a file of type $C1 and auxiliary type $0000 
  26. (Apple IIGS Super Hi-Res Graphics Screen Image).
  27.  
  28.  
  29. Further Reference
  30. o    Apple II File Type Notes, File Type $C1, Auxiliary Type $0000
  31.  
  32.